Whamcloud - gitweb
b=4966
authorgreen <green>
Thu, 11 Nov 2004 20:09:24 +0000 (20:09 +0000)
committergreen <green>
Thu, 11 Nov 2004 20:09:24 +0000 (20:09 +0000)
commit54f72971b0e7b132879cded4d4025c613f7279db
treeb4ba25320eb7a0305ba6174c9ccbc7cc50d30635
parent9213c9cf4d8906ea65e2384d7c843a29ad1729aa
b=4966
r=adilger (origical autor)
This returns the OST last_committed value with the OST_READ and OST_WRITE RPCs
so that the client can release any requests saved for replay.  In particular,
the client would save write requests (which should always be committed
immediately on the OST) but since it didn't get the last_committed value
returned it would save these until an unlink, setattr, getattr, or truncate RPC
was done.
lustre/include/linux/lustre_lib.h
lustre/ldlm/ldlm_lib.c
lustre/mds/handler.c
lustre/ost/ost_handler.c