ocfs2: Force use of GFP_NOFS in ocfs2_write()
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 2 May 2007 00:44:20 +0000 (17:44 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 2 May 2007 22:08:34 +0000 (15:08 -0700)
commit9315f130e11249457f5c3a7f74ee82a7065bd854
treedd2a3671ec0696b52bc98c937d0465b7b8782cdb
parent5fdf1e677127cb460c38733b9586b772d657be43
ocfs2: Force use of GFP_NOFS in ocfs2_write()

We can otherwise recurse into the file system.

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