summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ecryptfs/inode.c')
-rw-r--r--fs/ecryptfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c
index 5c36ceecb5c1..c9b5b59cbd48 100644
--- a/fs/ecryptfs/inode.c
+++ b/fs/ecryptfs/inode.c
@@ -1135,7 +1135,7 @@ static int ecryptfs_xattr_set(const struct xattr_handler *handler,
1135 } 1135 }
1136} 1136}
1137 1137
1138const struct xattr_handler ecryptfs_xattr_handler = { 1138static const struct xattr_handler ecryptfs_xattr_handler = {
1139 .prefix = "", /* match anything */ 1139 .prefix = "", /* match anything */
1140 .get = ecryptfs_xattr_get, 1140 .get = ecryptfs_xattr_get,
1141 .set = ecryptfs_xattr_set, 1141 .set = ecryptfs_xattr_set,