mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
orangefs: remove unused reference to xattr key length
Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
1a0ce16d71
commit
5e06664f29
@ -344,7 +344,6 @@ ssize_t orangefs_listxattr(struct dentry *dentry, char *buffer, size_t size)
|
||||
__u64 token = ORANGEFS_ITERATE_START;
|
||||
ssize_t ret = -ENOMEM;
|
||||
ssize_t total = 0;
|
||||
ssize_t length = 0;
|
||||
int count_keys = 0;
|
||||
int key_size;
|
||||
int i = 0;
|
||||
@ -389,10 +388,6 @@ ssize_t orangefs_listxattr(struct dentry *dentry, char *buffer, size_t size)
|
||||
goto done;
|
||||
}
|
||||
|
||||
length = new_op->downcall.resp.listxattr.keylen;
|
||||
if (length == 0)
|
||||
goto done;
|
||||
|
||||
returned_count = new_op->downcall.resp.listxattr.returned_count;
|
||||
if (returned_count < 0 ||
|
||||
returned_count >= ORANGEFS_MAX_XATTR_LISTLEN) {
|
||||
|
Loading…
Reference in New Issue
Block a user