projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0f1e6
)
ocfs: fix ocfs2_xattr_user_get() argument name
author
Andreas Gruenbacher
<agruenba@redhat.com>
Wed, 25 May 2016 10:46:47 +0000
(12:46 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 21 Jun 2016 11:22:56 +0000
(13:22 +0200)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/ocfs2/xattr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/xattr.c
b/fs/ocfs2/xattr.c
index ad16995c9e7aa8a62f50aed95c1e33e1be5b40a0..aee4bb8a3ebe7ceb090c2c74ca024d1c42ed34c1 100644
(file)
--- a/
fs/ocfs2/xattr.c
+++ b/
fs/ocfs2/xattr.c
@@
-7342,7
+7342,7
@@
const struct xattr_handler ocfs2_xattr_trusted_handler = {
* 'user' attributes support
*/
static int ocfs2_xattr_user_get(const struct xattr_handler *handler,
- struct dentry *unus
de
, struct inode *inode,
+ struct dentry *unus
ed
, struct inode *inode,
const char *name, void *buffer, size_t size)
{
struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);