ocfs2: fix gfp mask in some file system paths
authorSunil Mushran <sunil.mushran@oracle.com>
Wed, 12 Apr 2006 21:37:00 +0000 (14:37 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 17 May 2006 21:38:49 +0000 (14:38 -0700)
commitafae00ab45ea71d89086f924ebee6ca51c81e48e
tree1306e519591e2dabb4376f52e34e515b343be4ad
parentdd4a2c2bfe159cc39e9672e875c8314563699764
ocfs2: fix gfp mask in some file system paths

We were using GFP_KERNEL in a handful of places which really wanted
GFP_NOFS. Fix this.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/extent_map.c
fs/ocfs2/journal.c
fs/ocfs2/uptodate.c
fs/ocfs2/vote.c