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:
parent
789ab11be1
commit
f1dac8bfa3
1 changed files with 0 additions and 1 deletions
|
@ -560,7 +560,6 @@ int f2fs_getxattr(struct inode *inode, int index, const char *name,
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue