[GFS2] Fix memory allocation in glock.c
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 15 Nov 2006 20:17:03 +0000 (15:17 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:35:46 +0000 (10:35 -0500)
commitab923031ceb95ec50ef33ccadf28663c660aa94c
tree940a07b53d7ec155924f5c242ea41d6b0c9905db
parentb98c95af01c10827e3443157651eb469071391a3
[GFS2] Fix memory allocation in glock.c

Change from GFP_KERNEL to GFP_NOFS as this was causing a
slow down when trying to push inodes from cache.

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