Searched hist:"105 f4622104848ff1ee1f644d661bef9dec3eb27" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | diff 105f4622104848ff1ee1f644d661bef9dec3eb27 Tue Jun 07 10:50:23 CDT 2011 J. Bruce Fields <bfields@redhat.com> nfsd4: fix break_lease flags on nfsd open
Thanks to Casey Bodley for pointing out that on a read open we pass 0, instead of O_RDONLY, to break_lease, with the result that a read open is treated like a write open for the purposes of lease breaking!
Reported-by: Casey Bodley <cbodley@citi.umich.edu> Cc: stable@kernel.org Signed-off-by: J. Bruce Fields <bfields@redhat.com>
|