]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Add data downconvert worker to inode lock
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 18 Oct 2007 22:13:59 +0000 (15:13 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 22:45:54 +0000 (14:45 -0800)
commit7fe645acdb247dd6dacc515921898080a5545b07
tree0abf61ad3e15b1c87d5958aae7b02d852672c159
parent9eda18e579c7f5aa521245329af2c47d82a242bb
ocfs2: Add data downconvert worker to inode lock

In order to extend inode lock coverage to inode data, we use the same data
downconvert worker with only a small modification to only do work for
regular files.

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