Re: [ceph-devel] [patch] ceph: cleanup: remove dead code

2010-03-20 Thread Sage Weil
On Sat, 20 Mar 2010, Dan Carpenter wrote: > "xattr" is never NULL here. We took care of that in the previous > if statement block. > > Signed-off-by: Dan Carpenter > > diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c > index 37d6ce6..65b0e9b 100644 > --- a/fs/ceph/xattr.c > +++ b/fs/ceph/xattr.c

[ceph-devel] [patch] ceph: cleanup: remove dead code

2010-03-20 Thread Dan Carpenter
"xattr" is never NULL here. We took care of that in the previous if statement block. Signed-off-by: Dan Carpenter diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index 37d6ce6..65b0e9b 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c @@ -185,12 +185,6 @@ static int __set_xattr(struct ceph_inod