diff options
Diffstat (limited to 'fs/ecryptfs/main.c')
| -rw-r--r-- | fs/ecryptfs/main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 612004495141..151872dcc1f4 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -529,6 +529,7 @@ static struct dentry *ecryptfs_mount(struct file_system_type *fs_type, int flags  	/* ->kill_sb() will take care of sbi after that point */  	sbi = NULL;  	s->s_op = &ecryptfs_sops; +	s->s_xattr = ecryptfs_xattr_handlers;  	s->s_d_op = &ecryptfs_dops;  	err = "Reading sb failed";  |