commit | 4b899da50dcf1a7850715650281b5d76af8a5eb4 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 29 17:48:36 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 06 22:17:38 2016 -0400 |
tree | f9999fc74a3533644f33c298875d16d1e8191e85 | |
parent | bba0bd31b117cba754322f337e61def53d9b22e5 [diff] [blame] |
ecryptfs: Switch to generic xattr handlers Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 6120044..151872d 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c
@@ -529,6 +529,7 @@ /* ->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";