]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7a07f2e9c1df0c103be4f98afb823b72713fe32
tree6e52cb1f85a5e769bd9f23e0e59d266767e25dcf
parente05ee494ba7f4edd5b9484b26d4d51aeb8b1721b
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