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

No differences found