]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: support multiple inode id filtering in eofblocks scan
authorBrian Foster <bfoster@redhat.com>
Tue, 6 Nov 2012 14:50:45 +0000 (09:50 -0500)
committerBen Myers <bpm@sgi.com>
Thu, 8 Nov 2012 21:31:13 +0000 (15:31 -0600)
commit1613a0bcf87092197198cb1746b262bcdc928420
tree7610d27dadad7e3305186db81057e8dba0d1df56
parent8cbc9c4bc69cf69a76997fbaddeb8e0f23830f5e
xfs: support multiple inode id filtering in eofblocks scan

Enhance the eofblocks scan code to filter based on multiply specified
inode id values. When multiple inode id values are specified, only
inodes that match all id values are selected.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_icache.c