ext4: remove unused variable in add_dirent_to_buf()
commit2bbbee2a68a726deeac7da5ae7dd79b00301d6fd
authorGuo Chao <yan@linux.vnet.ibm.com>
Tue, 29 Jan 2013 02:26:44 +0000 (28 21:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2013 02:26:44 +0000 (28 21:26 -0500)
tree27721b2b6796fda0987afb8f7b3d880263e87ab5
parentd5ac77730516028f3ceda825abefac9a1153b138
ext4: remove unused variable in add_dirent_to_buf()

After commit 978fef9 (create __ext4_insert_dentry for dir entry
insertion), 'reclen' is not used anymore.

Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/ext4/namei.c