Searched hist:"9811 cd57f4c6b5b60ec104de68a88303717e3106" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | direct.c | diff 9811cd57f4c6b5b60ec104de68a88303717e3106 Thu Nov 14 10:50:28 CST 2013 Christoph Hellwig <hch@infradead.org> nfs: fix size updates for aio writes
nfs_file_direct_write only updates the inode size if it succeeded and returned the number of bytes written. But in the AIO case nfs_direct_wait turns the return value into -EIOCBQUEUED and we skip the size update.
Instead the aio completion path should updated it, which this patch does. The implementation is a little hacky because there is no obvious way to find out we are called for a write in nfs_direct_complete.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|