]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[GFS2] Eliminate one instance of __GFP_NOFAIL
authorSteven Whitehouse <swhiteho@redhat.com>
Sat, 24 Jun 2006 19:42:21 +0000 (15:42 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Sat, 24 Jun 2006 19:42:21 +0000 (15:42 -0400)
commitaf18ddb8864b096e3ed4732e2d4b21c956dcfe3a
tree7077bfdc2d7425153f90350739cadf8b5b3cf8e3
parenta53311d4d9e1cde15aebc2048847ea19fb33ac3a
[GFS2] Eliminate one instance of __GFP_NOFAIL

This removes one instance of GFP_NOFAIL from the glock callback
function. It also fixes a bug where a , was used at a line end
rather than ; causing unintended results.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c
fs/gfs2/ops_inode.c