diff options
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index cf0ac056815f..33e06d22168c 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -1370,7 +1370,7 @@ restart: | |||
1370 | goto restart; | 1370 | goto restart; |
1371 | } | 1371 | } |
1372 | /* | 1372 | /* |
1373 | * clear the LRU reference count so the bufer doesn't get | 1373 | * clear the LRU reference count so the buffer doesn't get |
1374 | * ignored in xfs_buf_rele(). | 1374 | * ignored in xfs_buf_rele(). |
1375 | */ | 1375 | */ |
1376 | atomic_set(&bp->b_lru_ref, 0); | 1376 | atomic_set(&bp->b_lru_ref, 0); |