ceph: fix uninitialized err variable
authorSage Weil <sage@newdream.net>
Mon, 2 Nov 2009 01:51:15 +0000 (17:51 -0800)
committerSage Weil <sage@newdream.net>
Mon, 2 Nov 2009 01:51:15 +0000 (17:51 -0800)
commit63ff78b25c4b204075b5b98afcac6ad3639d43fe
treecfe09a50bb1227d5c83c4515f53636208b0eec09
parentff1d1f7179363209b7f1493ea39b666f50d05cf4
ceph: fix uninitialized err variable

Fixes warning
fs/ceph/xattr.c: In function '__build_xattrs':
fs/ceph/xattr.c:353: warning: 'err' may be used uninitialized in this function

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/xattr.c