ocfs2: log the actual return value of ocfs2_file_aio_write()
authorWengang Wang <wen.gang.wang@oracle.com>
Fri, 10 Jul 2009 05:26:04 +0000 (13:26 +0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 10 Jul 2009 23:53:52 +0000 (16:53 -0700)
commit812e7a6a43fc34bc8f70c2b80db4ea5997d66ea8
treee6bb0b870f7b17690ec81c118119afc910bcabec
parent17ae26b669886efe237b77439e43eb390fceb119
ocfs2: log the actual return value of ocfs2_file_aio_write()

in ocfs2_file_aio_write(), log_exit() could don't log the value
which is really returned. this patch fixes it.

Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/file.c