From c6652c9d04ed792d360b35a0b558119d42f9499b Mon Sep 17 00:00:00 2001 From: KaiGai Kohei Date: Sat, 13 May 2006 15:22:29 +0900 Subject: [PATCH] --- yaml --- r: 27822 b: refs/heads/master c: 21b9879bf2817aca343cdda11ade6a87f5373e74 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/jffs2/xattr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d8bbfba5ea8f..05d34f9e7074 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8708a9275928cc8e77bd443cd12565dda0a3ded +refs/heads/master: 21b9879bf2817aca343cdda11ade6a87f5373e74 diff --git a/trunk/fs/jffs2/xattr.c b/trunk/fs/jffs2/xattr.c index 330e4491e73a..057bd4dcf665 100644 --- a/trunk/fs/jffs2/xattr.c +++ b/trunk/fs/jffs2/xattr.c @@ -438,7 +438,7 @@ static struct jffs2_xattr_datum *create_xattr_datum(struct jffs2_sb_info *c, return xd; } -/* -------- xdatum related functions ---------------- +/* -------- xref 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.