Whamcloud - gitweb
Branch HEAD
authorzam <zam>
Wed, 4 Mar 2009 20:04:50 +0000 (20:04 +0000)
committerzam <zam>
Wed, 4 Mar 2009 20:04:50 +0000 (20:04 +0000)
commita5f04cc32d97c55e9cc40135ed1aed950ba95e3d
tree20ab4646cb0cff3f10e86a48c4859532871d6e51
parent26a5dff967c99245eac01f00288e707513c58a98
Branch HEAD
b=17397
i=alexey.zhuravlev
i=andrew.perepechko

To avoid a deadlock in case of concurrent punch/write requests from one
client, filter writes and filter truncates are serialized by i_alloc_sem,
allowing multiple writes or single truncate.
lustre/obdfilter/filter.c
lustre/obdfilter/filter_io.c
lustre/obdfilter/filter_io_26.c