aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/xattr.c')
-rw-r--r--fs/ceph/xattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c
index d940d14f692..3b4c2620030 100644
--- a/fs/ceph/xattr.c
+++ b/fs/ceph/xattr.c
@@ -616,7 +616,7 @@ out:
616static int ceph_sync_setxattr(struct dentry *dentry, const char *name, 616static int ceph_sync_setxattr(struct dentry *dentry, const char *name,
617 const char *value, size_t size, int flags) 617 const char *value, size_t size, int flags)
618{ 618{
619 struct ceph_client *client = ceph_client(dentry->d_sb); 619 struct ceph_client *client = ceph_sb_to_client(dentry->d_sb);
620 struct inode *inode = dentry->d_inode; 620 struct inode *inode = dentry->d_inode;
621 struct ceph_inode_info *ci = ceph_inode(inode); 621 struct ceph_inode_info *ci = ceph_inode(inode);
622 struct inode *parent_inode = dentry->d_parent->d_inode; 622 struct inode *parent_inode = dentry->d_parent->d_inode;
@@ -773,7 +773,7 @@ out:
773 773
774static int ceph_send_removexattr(struct dentry *dentry, const char *name) 774static int ceph_send_removexattr(struct dentry *dentry, const char *name)
775{ 775{
776 struct ceph_client *client = ceph_client(dentry->d_sb); 776 struct ceph_client *client = ceph_sb_to_client(dentry->d_sb);
777 struct ceph_mds_client *mdsc = &client->mdsc; 777 struct ceph_mds_client *mdsc = &client->mdsc;
778 struct inode *inode = dentry->d_inode; 778 struct inode *inode = dentry->d_inode;
779 struct inode *parent_inode = dentry->d_parent->d_inode; 779 struct inode *parent_inode = dentry->d_parent->d_inode;