]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: add request to the tail of unsafe write list
authorHenry C Chang <henry.cy.chang@gmail.com>
Tue, 15 Mar 2011 09:18:02 +0000 (09:18 +0000)
committerSage Weil <sage@newdream.net>
Mon, 21 Mar 2011 19:24:25 +0000 (12:24 -0700)
commit8c5b25388f93a66282707ded90d8c0be833b130d
treee8dc94cf5c106fc1067411bc38e16e43ab15318e
parent25f7222a0158db0e62ecbb8f6a171d6798dc0595
ceph: add request to the tail of unsafe write list

In sync_write_wait(), we assume that the newest request is at the
tail of unsafe write list. We should maintain the semantics here.

Signed-off-by: Henry C Chang <henry_c_chang@tcloudcomputing.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/file.c