]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Update xfs_log_commit_cil() comments
authorJeff Liu <jeff.liu@oracle.com>
Thu, 4 Apr 2013 08:07:14 +0000 (16:07 +0800)
committerBen Myers <bpm@sgi.com>
Tue, 16 Apr 2013 18:20:03 +0000 (13:20 -0500)
commit3bc2a3145200334d8c9e9a00342e45f6fda681ed
tree55ce11daaa847fb569df82b324e2853a5dd4d152
parent8005bfc9faf64ea24cb7f5a4c90331c28e323fcc
xfs: Update xfs_log_commit_cil() comments

xfs_log_commit_iclog() function has been removed by commits 58fa3d03:
xfs: remove the deprecated nodelaylog option

Beginning from Linux 3.3, only delayed logging is supported so that
we call xfs_log_commit_cil() at xfs_trans_commit() only, remove the
useless comments so.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log_cil.c