Searched hist:"2 be3c79046cf90d75d436708a4e0898c7a1f9d51" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/affs/ |
H A D | affs.h | diff 2be3c79046cf90d75d436708a4e0898c7a1f9d51 Tue Feb 20 15:58:11 CST 2007 Christoph Hellwig <hch@lst.de> [PATCH] affs: implement ->drop_inode
affs wants to truncate the inode when the last user goes away, currently it does that through a potentially racy i_count check in ->put_inode. But we already have a method that's called just after the we dropped the last reference, ->drop_inode. This patch implements affs_drop_inode to take advantage of this.
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | inode.c | diff 2be3c79046cf90d75d436708a4e0898c7a1f9d51 Tue Feb 20 15:58:11 CST 2007 Christoph Hellwig <hch@lst.de> [PATCH] affs: implement ->drop_inode
affs wants to truncate the inode when the last user goes away, currently it does that through a potentially racy i_count check in ->put_inode. But we already have a method that's called just after the we dropped the last reference, ->drop_inode. This patch implements affs_drop_inode to take advantage of this.
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | super.c | diff 2be3c79046cf90d75d436708a4e0898c7a1f9d51 Tue Feb 20 15:58:11 CST 2007 Christoph Hellwig <hch@lst.de> [PATCH] affs: implement ->drop_inode
affs wants to truncate the inode when the last user goes away, currently it does that through a potentially racy i_count check in ->put_inode. But we already have a method that's called just after the we dropped the last reference, ->drop_inode. This patch implements affs_drop_inode to take advantage of this.
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|