]> Git Repo - linux.git/blobdiff - fs/9p/xattr.c
Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
[linux.git] / fs / 9p / xattr.c
index 43ec7df84336f7f3e824b9c801abafebe1dd07e8..d288773871b3aa9c1816096cdd59bc43520d64eb 100644 (file)
@@ -133,7 +133,7 @@ int v9fs_xattr_set(struct dentry *dentry, const char *name,
                        "p9_client_xattrcreate failed %d\n", retval);
                goto error;
        }
-       msize = fid->clnt->msize;;
+       msize = fid->clnt->msize;
        while (value_len) {
                if (value_len > (msize - P9_IOHDRSZ))
                        write_count = msize - P9_IOHDRSZ;
This page took 0.026286 seconds and 4 git commands to generate.