[RESEND PATCH 3/4] fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect

2016-07-26 Thread Salah Triki
The calls to brelse are useless since dbl_indir_block and indir_block
are NULL.

Signed-off-by: Salah Triki 
Acked-by: Luis de Bethencourt 
---
 fs/befs/datastream.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c
index e224b9a..b68b6f9 100644
--- a/fs/befs/datastream.c
+++ b/fs/befs/datastream.c
@@ -471,7 +471,6 @@ befs_find_brun_dblindirect(struct super_block *sb,
   (unsigned long)
   iaddr2blockno(sb, >double_indirect) +
   dbl_which_block);
-   brelse(dbl_indir_block);
return BEFS_ERR;
}
 
@@ -496,7 +495,6 @@ befs_find_brun_dblindirect(struct super_block *sb,
befs_error(sb, "%s couldn't read the indirect block "
   "at blockno %lu", __func__, (unsigned long)
   iaddr2blockno(sb, _run) + which_block);
-   brelse(indir_block);
return BEFS_ERR;
}
 
-- 
1.9.1



[RESEND PATCH 3/4] fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect

2016-07-26 Thread Salah Triki
The calls to brelse are useless since dbl_indir_block and indir_block
are NULL.

Signed-off-by: Salah Triki 
Acked-by: Luis de Bethencourt 
---
 fs/befs/datastream.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c
index e224b9a..b68b6f9 100644
--- a/fs/befs/datastream.c
+++ b/fs/befs/datastream.c
@@ -471,7 +471,6 @@ befs_find_brun_dblindirect(struct super_block *sb,
   (unsigned long)
   iaddr2blockno(sb, >double_indirect) +
   dbl_which_block);
-   brelse(dbl_indir_block);
return BEFS_ERR;
}
 
@@ -496,7 +495,6 @@ befs_find_brun_dblindirect(struct super_block *sb,
befs_error(sb, "%s couldn't read the indirect block "
   "at blockno %lu", __func__, (unsigned long)
   iaddr2blockno(sb, _run) + which_block);
-   brelse(indir_block);
return BEFS_ERR;
}
 
-- 
1.9.1