diff options
| author | Evgeniy Dushistov <[email protected]> | 2007-09-24 21:24:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-09-25 08:51:04 -0700 |
| commit | f9b7cba1b8a74c10b0771ca28d4c554aeb9803fc (patch) | |
| tree | 02c139c63c4ffb77c32d5427ee08d5ed9af303a2 /scripts/patch-kernel | |
| parent | 4942de4a0e914f205d351a81873f4f63986bcc3c (diff) | |
ufs: fix sun state
Different types of ufs hold state in different places, to hide complexity
of this, there is ufs_get_fs_state, it returns state according to
"UFS_SB(sb)->s_flags", but during mount ufs_get_fs_state is called, before
setting s_flags, this cause message for ufs types like sun ufs: "fs need
fsck", and remount in readonly state.
Signed-off-by: Evgeniy Dushistov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions