ocfs2: factor out write aops into nolock variants
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 9 May 2007 22:14:45 +0000 (15:14 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 11 Jul 2007 00:31:49 +0000 (17:31 -0700)
commit607d44aa3fa6f40b0facaf1028886ed362b92682
treecacd360252a7bfd60dde613c6cf1b4b3d3beeb8f
parent3a307ffc2730bfa1a4dfa94537be9d412338aad2
ocfs2: factor out write aops into nolock variants

ocfs2_mkwrite() will want this so that it can add some mmap specific checks
before asking for a write.

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