-
- Downloads
fs_parse: get rid of ->enums
Don't do a single array; attach them to fsparam_enum() entry
instead. And don't bother trying to embed the names into those -
it actually loses memory, with no real speedup worth mentioning.
Simplifies validation as well.
Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
Showing
- fs/afs/super.c 9 additions, 10 deletionsfs/afs/super.c
- fs/ceph/super.c 5 additions, 6 deletionsfs/ceph/super.c
- fs/fs_parser.c 9 additions, 63 deletionsfs/fs_parser.c
- fs/gfs2/ops_fstype.c 23 additions, 15 deletionsfs/gfs2/ops_fstype.c
- fs/jffs2/super.c 10 additions, 11 deletionsfs/jffs2/super.c
- fs/nfs/fs_context.c 32 additions, 30 deletionsfs/nfs/fs_context.c
- include/linux/fs_parser.h 19 additions, 19 deletionsinclude/linux/fs_parser.h
- mm/shmem.c 11 additions, 10 deletionsmm/shmem.c
- net/ceph/ceph_common.c 1 addition, 1 deletionnet/ceph/ceph_common.c
Loading
Please register or sign in to comment