mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
ext4: Remove unused mount options: nomballoc, mballoc, nocheck
These mount options don't actually do anything any more, so remove them. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
0b09923eab
commit
01436ef2e4
2 changed files with 2 additions and 10 deletions
|
@ -511,7 +511,6 @@ do { \
|
|||
/*
|
||||
* Mount flags
|
||||
*/
|
||||
#define EXT4_MOUNT_CHECK 0x00001 /* Do mount-time checks */
|
||||
#define EXT4_MOUNT_OLDALLOC 0x00002 /* Don't use the new Orlov allocator */
|
||||
#define EXT4_MOUNT_GRPID 0x00004 /* Create files with directory's group */
|
||||
#define EXT4_MOUNT_DEBUG 0x00008 /* Some debugging messages */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue