summaryrefslogtreecommitdiff
path: root/fs/f2fs/dir.c
diff options
context:
space:
mode:
authorChao Yu <chao2.yu@samsung.com>2013-12-21 10:02:14 (GMT)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-12-23 01:26:03 (GMT)
commit4f4124d0b99682efa7307191a28ec050872d2079 (patch)
treeaf2ba4a8c2dba592834e7aea6dede7f680453bdd /fs/f2fs/dir.c
parent7e8f23081ab3a11de90d7389f2c6fd44676c8df9 (diff)
downloadlinux-4f4124d0b99682efa7307191a28ec050872d2079.tar.xz
f2fs: update several comments
Update several comments: 1. use f2fs_{un}lock_op install of mutex_{un}lock_op. 2. update comment of get_data_block(). 3. update description of node offset. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/dir.c')
-rw-r--r--fs/f2fs/dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/f2fs/dir.c b/fs/f2fs/dir.c
index 0cc26ba..2820610 100644
--- a/fs/f2fs/dir.c
+++ b/fs/f2fs/dir.c
@@ -432,8 +432,8 @@ next:
}
/*
- * Caller should grab and release a mutex by calling mutex_lock_op() and
- * mutex_unlock_op().
+ * Caller should grab and release a rwsem by calling f2fs_lock_op() and
+ * f2fs_unlock_op().
*/
int __f2fs_add_link(struct inode *dir, const struct qstr *name, struct inode *inode)
{