Loading fs/f2fs/xattr.c +0 −3 Original line number Diff line number Diff line Loading @@ -467,7 +467,6 @@ int f2fs_getxattr(struct inode *inode, int index, const char *name, struct f2fs_xattr_entry *entry = NULL; int error = 0; unsigned int size, len; char *pval; void *base_addr = NULL; if (name == NULL) Loading @@ -489,8 +488,6 @@ int f2fs_getxattr(struct inode *inode, int index, const char *name, goto out; } pval = entry->e_name + entry->e_name_len; if (buffer) { char *pval = entry->e_name + entry->e_name_len; memcpy(buffer, pval, size); Loading Loading
fs/f2fs/xattr.c +0 −3 Original line number Diff line number Diff line Loading @@ -467,7 +467,6 @@ int f2fs_getxattr(struct inode *inode, int index, const char *name, struct f2fs_xattr_entry *entry = NULL; int error = 0; unsigned int size, len; char *pval; void *base_addr = NULL; if (name == NULL) Loading @@ -489,8 +488,6 @@ int f2fs_getxattr(struct inode *inode, int index, const char *name, goto out; } pval = entry->e_name + entry->e_name_len; if (buffer) { char *pval = entry->e_name + entry->e_name_len; memcpy(buffer, pval, size); Loading