diff options
author | 2007-07-31 00:39:12 -0700 | |
---|---|---|
committer | 2007-07-31 15:39:42 -0700 | |
commit | 9700382c3c9ff3e673e587084d76eedb3ba88668 (patch) | |
tree | 57ed58d87e765323692e463c8b7ee64f702dff0d /include/linux/kernel.h | |
parent | use __val in __get_unaligned (diff) | |
download | wireguard-linux-9700382c3c9ff3e673e587084d76eedb3ba88668.tar.xz wireguard-linux-9700382c3c9ff3e673e587084d76eedb3ba88668.zip |
VFS: fix a race in lease-breaking during truncate
It is possible that another process could acquire a new file lease right
after break_lease() is called during a truncate, but before lease-granting
is disabled by the subsequent get_write_access(). Merely switching the
order of the break_lease() and get_write_access() calls prevents this race.
Signed-off-by: David M. Richter <richterd@citi.umich.edu>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions