Searched hist:"7 dce11dbac54fce777eea0f5fb25b2694ccd7900" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_itable.h | diff 7dce11dbac54fce777eea0f5fb25b2694ccd7900 Wed Jun 23 03:11:11 CDT 2010 Christoph Hellwig <hch@lst.de> xfs: always use iget in bulkstat
The non-coherent bulkstat versionsthat look directly at the inode buffers causes various problems with performance optimizations that make increased use of just logging inodes. This patch makes bulkstat always use iget, which should be fast enough for normal use with the radix-tree based inode cache introduced a while ago.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
H A D | xfs_itable.c | diff 7dce11dbac54fce777eea0f5fb25b2694ccd7900 Wed Jun 23 03:11:11 CDT 2010 Christoph Hellwig <hch@lst.de> xfs: always use iget in bulkstat
The non-coherent bulkstat versionsthat look directly at the inode buffers causes various problems with performance optimizations that make increased use of just logging inodes. This patch makes bulkstat always use iget, which should be fast enough for normal use with the radix-tree based inode cache introduced a while ago.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|