f2fs: remove redundant call to f2fs_put_page in delete entry
authorNamjae Jeon <namjae.jeon@samsung.com>
Sat, 8 Dec 2012 05:54:35 +0000 (14:54 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 11 Dec 2012 04:43:44 +0000 (13:43 +0900)
Since, we anyway need to put the page after deleting entry. So, there is no
need to make same call under different conditions.
Move out the f2fs_put_page from the two conditions and call at once.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
fs/f2fs/dir.c

diff --cc fs/f2fs/dir.c
Simple merge