diff options
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/xattr.c b/fs/jffs2/xattr.c index 330e4491e73a..057bd4dcf665 100644 --- 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, | |||
438 | return xd; | 438 | return xd; |
439 | } | 439 | } |
440 | 440 | ||
441 | /* -------- xdatum related functions ---------------- | 441 | /* -------- xref related functions ------------------ |
442 | * verify_xattr_ref(c, ref) | 442 | * verify_xattr_ref(c, ref) |
443 | * is used to load xref information from medium. Because summary data does not | 443 | * is used to load xref information from medium. Because summary data does not |
444 | * contain xid/ino, it's necessary to verify once while mounting process. | 444 | * contain xid/ino, it's necessary to verify once while mounting process. |