diff --git a/[refs] b/[refs] index 5be1ab2a7269..9a55bd148703 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7740a42f816790583bd8a9079337772d511af3a3 +refs/heads/master: ec7384ec23dc5a9ea8733e90438e16b6066bfe1b diff --git a/trunk/fs/ceph/addr.c b/trunk/fs/ceph/addr.c index a6850a14038e..a3bd9deb555c 100644 --- a/trunk/fs/ceph/addr.c +++ b/trunk/fs/ceph/addr.c @@ -596,7 +596,7 @@ static int ceph_writepages_start(struct address_space *mapping, struct inode *inode = mapping->host; struct backing_dev_info *bdi = mapping->backing_dev_info; struct ceph_inode_info *ci = ceph_inode(inode); - struct ceph_client *client = ceph_inode_to_client(inode); + struct ceph_client *client; pgoff_t index, start, end; int range_whole = 0; int should_loop = 1;