]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ecryptfs/ecryptfs_kernel.h
ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter
[net-next-2.6.git] / fs / ecryptfs / ecryptfs_kernel.h
index 0032a9f5a3a92045658baf77d736ee07c83525cc..59ab793fc01bfa6cc81638ea3e06f28cf3578393 100644 (file)
@@ -377,6 +377,7 @@ struct ecryptfs_mount_crypt_stat {
 #define ECRYPTFS_GLOBAL_ENCRYPT_FILENAMES      0x00000010
 #define ECRYPTFS_GLOBAL_ENCFN_USE_MOUNT_FNEK   0x00000020
 #define ECRYPTFS_GLOBAL_ENCFN_USE_FEK          0x00000040
+#define ECRYPTFS_GLOBAL_MOUNT_AUTH_TOK_ONLY    0x00000080
        u32 flags;
        struct list_head global_auth_tok_list;
        struct mutex global_auth_tok_list_mutex;