ANDROID: remove unused variable

Checked the variable in f2fs-stable, I think there was a mistake to remove this
line. Let's remove this to sync with -stable.

Bug: 155529912
Fixes: be3bb0daac ("Merge 4.19.119 into android-4.19")
Change-Id: I27af455f0c59924d122a782669bac741bd9a82ea
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
This commit is contained in:
Jaegeuk Kim 2020-05-04 08:54:11 -07:00
parent 789ab11be1
commit f1dac8bfa3

View File

@ -560,7 +560,6 @@ out:
ssize_t f2fs_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size)
{
struct inode *inode = d_inode(dentry);
nid_t xnid = F2FS_I(inode)->i_xattr_nid;
struct f2fs_xattr_entry *entry;
void *base_addr, *last_base_addr;
int error = 0;