freebsd-skq/sys/fs
joerg 548dd1da87 Properly clean out the SI_MOUNTEDON flag iff the mount attempt fails
half the way down.  Otherwise, further attempts to mount the device
will be rejected with BUSY.

IMHO, this flag can completely go away for cd9660.  There's no reason
you need to prevent CDs from being mounted multiple times, and in case
of multisession CDs it can even make sense to mount two different
sessions by the same time (to different mount points, otherwise it
would be pointless ;).
1997-12-21 21:40:02 +00:00
..
cd9660 Properly clean out the SI_MOUNTEDON flag iff the mount attempt fails 1997-12-21 21:40:02 +00:00
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
fdescfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
fifofs Set the sender's low watermark to match the maximum size for atomic 1997-12-19 18:58:14 +00:00
msdosfs Reviewed by: various. 1997-11-12 05:42:33 +00:00
nullfs Fix the file leak bug. The lower layer wasn't informed the vnode was inactive 1997-10-21 21:01:34 +00:00
portalfs Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
procfs Clear the p_stops field on change of user/group id, unless the correct 1997-12-20 03:05:47 +00:00
specfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
umapfs Fix the same leak as in nullfs. Now the lowervp is properly marked inactive. 1997-10-21 21:08:17 +00:00
unionfs Staticize. 1997-11-18 15:07:35 +00:00