ocfs2: take meta data lock in ocfs2_file_aio_read()
authorMark Fasheh <mark.fasheh@oracle.com>
Sat, 6 May 2006 02:04:35 +0000 (19:04 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 17 May 2006 21:38:47 +0000 (14:38 -0700)
commitc4374f8a6093fbee42ac4368b3ca180d1d0c7c6d
tree6e52cb1f85a5e769bd9f23e0e59d266767e25dcf
parent53013cba4118a5cfe8f7c7ea5e5bc1c48b160f76
ocfs2: take meta data lock in ocfs2_file_aio_read()

Temporarily take the meta data lock in ocfs2_file_aio_read() to allow us to
update our inode fields.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/file.c