projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8708a9
)
[JFFS2][XATTR] Fix obvious typo
author
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 13 May 2006 06:22:29 +0000
(15:22 +0900)
committer
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 13 May 2006 06:22:29 +0000
(15:22 +0900)
[2/2] jffs2-xattr-v5.2-02-fix_obvious_typo.patch
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
fs/jffs2/xattr.c
patch
|
blob
|
history
diff --git
a/fs/jffs2/xattr.c
b/fs/jffs2/xattr.c
index 330e4491e73a950d4826965ff43533bbe9014c19..057bd4dcf665361c461c24bc65a80ad2e3d5d940 100644
(file)
--- a/
fs/jffs2/xattr.c
+++ b/
fs/jffs2/xattr.c
@@
-438,7
+438,7
@@
static struct jffs2_xattr_datum *create_xattr_datum(struct jffs2_sb_info *c,
return xd;
}
-/* -------- x
datum related functions
----------------
+/* -------- x
ref related functions --
----------------
* verify_xattr_ref(c, ref)
* is used to load xref information from medium. Because summary data does not
* contain xid/ino, it's necessary to verify once while mounting process.