btrfs: drop gfp_t from lock_extent
authorJeff Mahoney <jeffm@suse.com>
Thu, 1 Mar 2012 13:57:19 +0000 (14:57 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 22 Mar 2012 00:45:35 +0000 (01:45 +0100)
 lock_extent and unlock_extent are always called with GFP_NOFS, drop the
 argument and use GFP_NOFS consistently.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>

No differences found