Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9370c26 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

ext4: remove unused value



This fixes build error.

Change-Id: Ic0d93db329b770913314c212a13564ed96cfecf3
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@google.com>
parent 8ed00839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1337,7 +1337,7 @@ static struct buffer_head *__ext4_find_entry(struct inode *dir,
				   buffer */
	int num = 0;
	ext4_lblk_t  nblocks;
	int i, namelen, retval;
	int i, namelen;

	*res_dir = NULL;
	sb = dir->i_sb;