ceph: drop extra open file reference in ceph_atomic_open()
authorYan, Zheng <zheng.z.yan@intel.com>
Tue, 1 Apr 2014 12:20:17 +0000 (20:20 +0800)
committerSage Weil <sage@inktank.com>
Sat, 5 Apr 2014 04:08:23 +0000 (21:08 -0700)
commitab866549b3da3eef88e51696bcb24e79f1cc3745
tree904ea3edef936ef93a294754d6a14a298cf6518c
parent54008399dc0ce511a07b87f1af3d1f5c791982a4
ceph: drop extra open file reference in ceph_atomic_open()

ceph_atomic_open() calls ceph_open() after receiving the MDS reply.
ceph_open() grabs an extra open file reference. (The open request
already holds an open file reference)

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
fs/ceph/file.c