summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
diff options
context:
space:
mode:
authorJanice Chang <Janice.Chang@Sun.COM>2008-09-30 02:00:40 -0400
committerJanice Chang <Janice.Chang@Sun.COM>2008-09-30 02:00:40 -0400
commit9660e5cb810c5efc22db0f1459461c1f1eec15b9 (patch)
treef1299f0a4c0a801ed25271d7633e916802e68f40 /usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
parent7eea693d6b672899726e75993fddc4e95b52647f (diff)
downloadillumos-joyent-9660e5cb810c5efc22db0f1459461c1f1eec15b9.tar.gz
PSARC/2008/588 VFSFT_SYSATTR_VIEWS
6739967 New VFSFT needed for sysattr "view" interface (VFSFT_XVATTR currently overloaded)
Diffstat (limited to 'usr/src/uts/common/fs/tmpfs/tmp_vfsops.c')
-rw-r--r--usr/src/uts/common/fs/tmpfs/tmp_vfsops.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c b/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
index 4ee833094f..44d7302779 100644
--- a/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
+++ b/usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
@@ -19,12 +19,10 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysmacros.h>
@@ -372,7 +370,7 @@ tmp_mount(
out:
if (error == 0)
- vfs_set_feature(vfsp, VFSFT_XVATTR);
+ vfs_set_feature(vfsp, VFSFT_SYSATTR_VIEWS);
return (error);
}