OSDN Git Service

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)
commit1b5560488d1ab7c932f6f99385b41116838c3486
tree7610d27dadad7e3305186db81057e8dba0d1df56
parent3e3f9f5863548e870edfcc72e7617ac8ddcad44a
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