commit | 0747fdb2bd59d9404ae2345cbddd7d837c5c4648 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 16 20:05:38 2013 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 29 12:57:25 2013 +0400 |
tree | 5f44e37709f8d986df086e4417dc2b5da91cca4a | |
parent | cb5e05d1a6786dfd393cf4825d626817df01c2c3 [diff] [blame] |
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/ecryptfs/inode.c b/fs/ecryptfs/inode.c index 5eab400..a2f2bb2 100644 --- a/fs/ecryptfs/inode.c +++ b/fs/ecryptfs/inode.c
@@ -679,7 +679,7 @@ set_fs(old_fs); if (rc < 0) goto out; - rc = ecryptfs_decode_and_decrypt_filename(buf, bufsiz, dentry, + rc = ecryptfs_decode_and_decrypt_filename(buf, bufsiz, dentry->d_sb, lower_buf, rc); out: kfree(lower_buf);