freebsd-dev/sys/ufs
Kirk McKusick b8ea56d7e4 Consistently check mount flag (MNTK_SUJ) rather than superblock
flag (FS_SUJ) when determining whether to do journaling-based
operations. The mount flag is set only when journaling is active
while the superblock flag is set to indicate that journaling is to
be used. For example, when the filesystem is mounted read-only, the
journaling may be present (FS_SUJ) but not active (MNTK_SUJ).
Inappropriate checking of the FS_SUJ flag was causing some
journaling actions to be attempted at inappropriate times.
2011-07-14 18:06:13 +00:00
..
ffs Consistently check mount flag (MNTK_SUJ) rather than superblock 2011-07-14 18:06:13 +00:00
ufs - Fix an inode quota leak. We need to decrement the quota once and only 2011-07-04 20:52:23 +00:00