From 7842023e2afebb98309ef4f493c7d65cd57855a5 Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Wed, 20 Jan 2010 15:16:41 -0800 Subject: [PATCH] --- yaml --- r: 188678 b: refs/heads/master c: ec7384ec23dc5a9ea8733e90438e16b6066bfe1b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ceph/addr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;