GFS2: Remove "double" locking in quota

We only really need a single spin lock for the quota data, so
lets just use the lru lock for now.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Abhijith Das <adas@redhat.com>
这个提交包含在:
Steven Whitehouse
2009-01-08 14:28:42 +00:00
提交者 Steven Whitehouse
父节点 0a7ab79c5b
当前提交 22077f57de
修改 3 个文件,包含 14 行新增28 行删除

查看文件

@@ -540,7 +540,6 @@ struct gfs2_sbd {
struct list_head sd_quota_list;
atomic_t sd_quota_count;
spinlock_t sd_quota_spin;
struct mutex sd_quota_mutex;
wait_queue_head_t sd_quota_wait;
struct list_head sd_trunc_list;