diff options
| author | Hirofumi Ogawa <hirofumi@mail.parknet.co.jp> | 2002-10-12 03:30:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-12 03:30:52 -0700 |
| commit | 15d396b86e5a35ff805657e8eefe43a3f6b89437 (patch) | |
| tree | 111702cc996a9e37feffaaee50ebb585cf8ecc3c /include | |
| parent | 4aee9bf7e3265e598ba66d3e192045d6ceb3c904 (diff) | |
[PATCH] removes posix option of fat (3/5)
This removes the posix option of vfat. The current posix options works
only as an alias of name_check=s.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/msdos_fs_sb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/msdos_fs_sb.h b/include/linux/msdos_fs_sb.h index d855d76a71bf..b96cc0ee151f 100644 --- a/include/linux/msdos_fs_sb.h +++ b/include/linux/msdos_fs_sb.h @@ -22,7 +22,6 @@ struct fat_mount_options { isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ utf8:1, /* Use of UTF8 character set (Default) */ unicode_xlate:1, /* create escape sequences for unhandled Unicode */ - posixfs:1, /* Allow names like makefile and Makefile to coexist */ numtail:1, /* Does first alias have a numeric '~1' type tail? */ atari:1, /* Use Atari GEMDOS variation of MS-DOS fs */ nocase:1; /* Does this need case conversion? 0=need case conversion*/ |
