aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ufs/inode.c')
-rw-r--r--fs/ufs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ufs/inode.c b/fs/ufs/inode.c
index 72282043a8f4..01c5f19cbabe 100644
--- a/fs/ufs/inode.c
+++ b/fs/ufs/inode.c
@@ -175,6 +175,7 @@ ufs_clear_frags(struct inode *inode, sector_t beg,
175 for (++beg; beg < end; ++beg) { 175 for (++beg; beg < end; ++beg) {
176 bh = sb_getblk(inode->i_sb, beg); 176 bh = sb_getblk(inode->i_sb, beg);
177 ufs_clear_frag(inode, bh); 177 ufs_clear_frag(inode, bh);
178 brelse(bh);
178 } 179 }
179 return res; 180 return res;
180} 181}