Add a "nosymfollow" mount option.
[linux-block.git] / include / linux / statfs.h
index 9bc69edb8f188fcc63c468c1dd2bd02983a86365..fac4356ea1bfc352273a5041593e863506319210 100644 (file)
@@ -40,6 +40,7 @@ struct kstatfs {
 #define ST_NOATIME     0x0400  /* do not update access times */
 #define ST_NODIRATIME  0x0800  /* do not update directory access times */
 #define ST_RELATIME    0x1000  /* update atime relative to mtime/ctime */
+#define ST_NOSYMFOLLOW 0x2000  /* do not follow symlinks */
 
 struct dentry;
 extern int vfs_get_fsid(struct dentry *dentry, __kernel_fsid_t *fsid);