diff options
author | Dave Chinner <dchinner@redhat.com> | 2011-09-18 20:40:58 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-11 21:15:06 -0500 |
commit | 3a75667e902dbdb87718b1ee2b3b745b344a8163 (patch) | |
tree | bf90e6235b875f085636faa1f4ee7ad07551be1d /fs/xfs/xfs_filestream.c | |
parent | 0937e0fd8be6f9c26844127d39d677bb752e8741 (diff) | |
download | linux-3a75667e902dbdb87718b1ee2b3b745b344a8163.tar.bz2 |
xfs: rename allocation range fields in struct xfs_bmalloca
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_filestream.c')
-rw-r--r-- | fs/xfs/xfs_filestream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_filestream.c b/fs/xfs/xfs_filestream.c index 137f957b8c7e..5170306a1009 100644 --- a/fs/xfs/xfs_filestream.c +++ b/fs/xfs/xfs_filestream.c @@ -682,7 +682,7 @@ xfs_filestream_new_ag( ip = ap->ip; mp = ip->i_mount; cache = mp->m_filestream; - minlen = ap->alen; + minlen = ap->length; *agp = NULLAGNUMBER; /* |