ocfs2: fix bad pointer cast
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 10 Dec 2016 00:10:15 +0000 (16:10 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 10 Dec 2016 20:39:45 +0000 (12:39 -0800)
commitaef73a61c01a4dca3f26c22df05039f78fe9d468
treecbf489c3452ce925a65a736d7bfd0eac3e8a4f0c
parentdbf896fc286a62bf215b904c6ff5d197df93e685
ocfs2: fix bad pointer cast

generic/188 triggered a dmesg stack trace because the dio completion
was casting a buffer head to an on-disk inode, which is whacky.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/ocfs2/aops.c