Re: [Cluster-devel] [GFS2 PATCH] GFS2: Eliminate __gfs2_glock_remove_from_lru

2015-01-09 Thread Steven Whitehouse
Hi, Now in the -nmw tree. Thanks, Steve. On 05/01/15 18:25, Bob Peterson wrote: Hi, Since the only caller of function __gfs2_glock_remove_from_lru locks the same spin_lock as gfs2_glock_remove_from_lru, the functions can be combined. Regards, Bob Peterson Red Hat File Systems

[Cluster-devel] [GFS2 PATCH] GFS2: Eliminate __gfs2_glock_remove_from_lru

2015-01-05 Thread Bob Peterson
Hi, Since the only caller of function __gfs2_glock_remove_from_lru locks the same spin_lock as gfs2_glock_remove_from_lru, the functions can be combined. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson rpete...@redhat.com --- diff --git a/fs/gfs2/glock.c