Searched hist:"89658 c4d04c7661c2c0770c6f92f465d58eed62d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | file.c | diff 89658c4d04c7661c2c0770c6f92f465d58eed62d Fri Nov 08 15:02:24 CST 2019 Anna Schumaker <Anna.Schumaker@Netapp.com> NFS: Return -ETXTBSY when attempting to write to a swapfile
My understanding is that -EBUSY refers to the underlying device, and that -ETXTBSY is used when attempting to access a file in use by the kernel (like a swapfile). Changing this return code helps us pass xfstests generic/569
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
|