commit | adaae7215e5130e5ce1ac3ee390e5a23101b09b2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Sep 09 20:02:01 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 09 11:51:15 2008 -0700 |
tree | c809c8ac79e74f9f698a5d33dd0b6f8956869294 | |
parent | 82a28c794f27aac17d7a3ebd7f14d731a11a5532 [diff] |
update Documentation/filesystems/Locking for 2.6.27 changes In the 2.6.27 circle ->fasync lost the BKL, and the last remaining ->open variant that takes the BKL is also gone. ->get_sb and ->kill_sb didn't have BKL forever, so updated the entries while we're at that. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>