commit | 72dbf4790fc6736f9cb54424245114acf0b0038c | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue Aug 12 13:39:29 2008 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Aug 13 10:00:12 2008 +0100 |
tree | 9ed5bd66844fa0950d947bc5673292114e58e9ac | |
parent | 9b8df98fc8973ad1c5f0d7c4cf71c7fb84fe22c5 [diff] |
GFS2: rm on multiple nodes causes panic This patch fixes a problem whereby simultaneous unlink, rmdir, rename and link operations (e.g. rm -fR *) from multiple nodes on the same GFS2 file system can cause kernel panics, hangs, and/or memory corruption. It also gets rid of all the non-rgrp calls to gfs2_glock_nq_m. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>