[GFS2] Patch to remove stats gathering from GFS2

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
此提交包含在:
David Teigland
2006-02-23 10:11:47 +00:00
提交者 Steven Whitehouse
父節點 8d3b35a4af
當前提交 6a6b3d018f
共有 12 個檔案被更改,包括 10 行新增226 行删除

查看文件

@@ -48,8 +48,6 @@ static struct page *gfs2_private_nopage(struct vm_area_struct *area,
struct page *result;
int error;
atomic_inc(&ip->i_sbd->sd_ops_vm);
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED, 0, &i_gh);
if (error)
return NULL;
@@ -149,8 +147,6 @@ static struct page *gfs2_sharewrite_nopage(struct vm_area_struct *area,
int alloc_required;
int error;
atomic_inc(&ip->i_sbd->sd_ops_vm);
error = gfs2_glock_nq_init(ip->i_gl, LM_ST_EXCLUSIVE, 0, &i_gh);
if (error)
return NULL;