ceph: only queue capsnap if caps are dirty
authorSage Weil <sage@newdream.net>
Tue, 26 Jul 2011 18:26:41 +0000 (11:26 -0700)
committerSage Weil <sage@newdream.net>
Tue, 26 Jul 2011 18:26:41 +0000 (11:26 -0700)
commite77dc3e9c061e50c67e2e1a604d0a370f40db298
tree8ed497994e3e1b9949c3d6907ed901ff502b1f5e
parentaf0ed569d7019f1b49e9e51e77b47092e656b00e
ceph: only queue capsnap if caps are dirty

We used to go into this branch if i_wrbuffer_ref_head was non-zero.  This
was an ancient check from before we were careful about dealing with all
kinds of caps (and not just dirty pages).  It is cleaner to only queue a
capsnap if there is an actual dirty cap.  If we are racing with...
something...we will end up here with ci->i_wrbuffer_refs but no dirty
caps.

Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/snap.c