X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fxattr.c;h=6e282af0d2ecd0984a3f4a41dc272425eaa2aa64;hb=e1e56300cac30fe8d9db296107905f5936648c3c;hp=66125d7c51788c673185a7cd81bd8ecb8c7e9ddc;hpb=4aed5234f1123efc06c5c7e702085a461a8aae12;p=fs%2Flustre-release.git diff --git a/lustre/llite/xattr.c b/lustre/llite/xattr.c index 66125d7..6e282af 100644 --- a/lustre/llite/xattr.c +++ b/lustre/llite/xattr.c @@ -529,7 +529,7 @@ static ssize_t ll_getxattr_lov(struct inode *inode, void *buf, size_t buf_size) .cl_buf.lb_buf = buf, .cl_buf.lb_len = buf_size, }; - int refcheck; + __u16 refcheck; if (obj == NULL) RETURN(-ENODATA);