xfs: add scan owner field to xfs_eofblocks
authorBrian Foster <bfoster@redhat.com>
Thu, 24 Jul 2014 09:40:22 +0000 (19:40 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 24 Jul 2014 09:40:22 +0000 (19:40 +1000)
From: Brian Foster <bfoster@redhat.com>

The scan owner field represents an optional inode number that is
responsible for the current scan. The purpose is to identify that an
inode is under iolock and as such, the iolock shouldn't be attempted
when trimming eofblocks. This is an internal only field.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_icache.c
fs/xfs/xfs_icache.h

Simple merge
Simple merge