[PATCH] ceph: Reconstruct the func ceph_reserve_caps.

2013-06-25 Thread majianpeng
Signed-off-by: Jianpeng Ma --- fs/ceph/caps.c | 21 +++-- fs/ceph/super.h | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index da0f9b8..6d2655c 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c @@ -147,7 +147,7 @@ void ceph

Re: [PATCH] ceph: Reconstruct the func ceph_reserve_caps.

2013-06-25 Thread Sage Weil
looks good, applied to the testing branch. thanks! sage On Wed, 26 Jun 2013, majianpeng wrote: > Signed-off-by: Jianpeng Ma > --- > fs/ceph/caps.c | 21 +++-- > fs/ceph/super.h | 2 +- > 2 files changed, 8 insertions(+), 15 deletions(-) > > diff --git a/fs/ceph/caps.c b/fs/