diff options
Diffstat (limited to 'usr/src/uts/common/fs/tmpfs/tmp_vfsops.c')
| -rw-r--r-- | usr/src/uts/common/fs/tmpfs/tmp_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c b/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c index f0e0c54d3e..a7cf62cb99 100644 --- a/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c +++ b/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c @@ -90,7 +90,7 @@ static char *noxattr_cancel[] = { MNTOPT_XATTR, NULL }; static mntopt_t tmpfs_options[] = { /* Option name Cancel Opt Arg Flags Data */ { MNTOPT_XATTR, xattr_cancel, NULL, MO_DEFAULT, NULL}, - { MNTOPT_NOXATTR, noxattr_cancel, NULL, NULL, NULL}, + { MNTOPT_NOXATTR, noxattr_cancel, NULL, 0, NULL}, { "size", NULL, "0", MO_HASVALUE, NULL}, { "mode", NULL, NULL, MO_HASVALUE, NULL} }; |
