Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1dac8bf authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

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: be3bb0da ("Merge 4.19.119 into android-4.19")
Change-Id: I27af455f0c59924d122a782669bac741bd9a82ea
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@google.com>
parent 789ab11b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;