public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  1:53 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  1:53 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap LOG_LOCK.

Un-obfuscate LOG_LOCK, remove LOG_LOCK->mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Date:  Fri Sep 21 11:52:54 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29740a
fs/xfs/xfs_log.c - 1.337 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.c.diff?r1=text&tr1=1.337&r2=text&tr2=1.336&f=h
	- Unwrap LOG_LOCK

fs/xfs/xfs_log_priv.h - 1.121 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_priv.h.diff?r1=text&tr1=1.121&r2=text&tr2=1.120&f=h
	- Unwrap LOG_LOCK

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  4:53 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  4:53 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Cleanup lock goop.

Switch last couple lock_t's to spinlock_t's.
Remove now-unused spinlock-related macros & types.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>


Date:  Fri Sep 21 14:53:11 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29748a
fs/xfs/xfs_mount.h - 1.254 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.254&r2=text&tr2=1.253&f=h
	- Cleanup lock goop

fs/xfs/xfs_inode.h - 1.234 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.h.diff?r1=text&tr1=1.234&r2=text&tr2=1.233&f=h
	- Cleanup lock goop

fs/xfs/linux-2.6/spin.h - 1.21 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/spin.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.20&f=h
	- Cleanup lock goop

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  4:49 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  4:49 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

ktrace kt_lock is unused, remove it.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>


Date:  Fri Sep 21 14:49:14 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29747a
fs/xfs/support/ktrace.c - 1.27 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/support/ktrace.c.diff?r1=text&tr1=1.27&r2=text&tr2=1.26&f=h
	- Remove unused kt_lock

fs/xfs/support/ktrace.h - 1.14 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/support/ktrace.h.diff?r1=text&tr1=1.14&r2=text&tr2=1.13&f=h
	- Remove unused kt_lock

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  4:45 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  4:45 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap XFS_SB_LOCK.

Un-obfuscate XFS_SB_LOCK, remove XFS_SB_LOCK->mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>


Date:  Fri Sep 21 14:44:47 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29746a
fs/xfs/xfs_vfsops.c - 1.542 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.542&r2=text&tr2=1.541&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_mount.h - 1.253 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.253&r2=text&tr2=1.252&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_mount.c - 1.413 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.413&r2=text&tr2=1.412&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_qmops.c - 1.18 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_qmops.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_attr_leaf.c - 1.108 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr_leaf.c.diff?r1=text&tr1=1.108&r2=text&tr2=1.107&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_utils.c - 1.78 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_utils.c.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_fsops.c - 1.131 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_fsops.c.diff?r1=text&tr1=1.131&r2=text&tr2=1.130&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/xfs_bmap.c - 1.379 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_bmap.c.diff?r1=text&tr1=1.379&r2=text&tr2=1.378&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/quota/xfs_qm_syscalls.c - 1.36 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm_syscalls.c.diff?r1=text&tr1=1.36&r2=text&tr2=1.35&f=h
	- Unwrap XFS_SB_LOCK

fs/xfs/quota/xfs_qm.c - 1.56 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.c.diff?r1=text&tr1=1.56&r2=text&tr2=1.55&f=h
	- Unwrap XFS_SB_LOCK

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  4:35 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  4:35 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap mru_lock.

Un-obfuscate mru_lock, remove mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Date:  Fri Sep 21 14:35:22 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29745a
fs/xfs/xfs_mru_cache.c - 1.3 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mru_cache.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.2&f=h
	- Unwrap mru_lock

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  4:32 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  4:32 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap xfs_dabuf_global_lock

Un-obfuscate dabuf_global_lock, remove mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Date:  Fri Sep 21 14:32:21 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29744a
fs/xfs/xfs_da_btree.c - 1.176 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_da_btree.c.diff?r1=text&tr1=1.176&r2=text&tr2=1.175&f=h
	- Unwrap xfs_dabuf_global_lock

fs/xfs/xfs_vfsops.c - 1.541 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vfsops.c.diff?r1=text&tr1=1.541&r2=text&tr2=1.540&f=h
	- Unwrap xfs_dabuf_global_lock

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  4:27 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  4:27 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap pagb_lock.

Un-obfuscate pagb_lock, remove mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>


Date:  Fri Sep 21 14:27:12 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29743a
fs/xfs/xfs_ag.h - 1.62 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_ag.h.diff?r1=text&tr1=1.62&r2=text&tr2=1.61&f=h
	- Unwrap pagb_lock

fs/xfs/xfs_alloc.c - 1.188 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_alloc.c.diff?r1=text&tr1=1.188&r2=text&tr2=1.187&f=h
	- Unwrap pagb_lock

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  2:27 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  2:27 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap XFS_DQ_PINUNLOCK.

Un-obfuscate DQ_PINLOCK, remove DQ_PINLOCK->mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Date:  Fri Sep 21 12:26:20 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29742a
fs/xfs/quota/xfs_dquot_item.c - 1.19 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot_item.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.18&f=h
	- Unwrap XFS_DQ_PINUNLOCK

fs/xfs/quota/xfs_dquot.h - 1.11 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&f=h
	- Unwrap XFS_DQ_PINUNLOCK

fs/xfs/quota/xfs_qm.h - 1.17 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_qm.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.16&f=h
	- Unwrap XFS_DQ_PINUNLOCK

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  2:00 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  2:00 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap GRANT_LOCK.

Un-obfuscate GRANT_LOCK, remove GRANT_LOCK->mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Date:  Fri Sep 21 11:59:22 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29741a
fs/xfs/xfs_log.c - 1.338 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log.c.diff?r1=text&tr1=1.338&r2=text&tr2=1.337&f=h
	- Unwrap GRANT_LOCK.

fs/xfs/xfs_log_priv.h - 1.122 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_priv.h.diff?r1=text&tr1=1.122&r2=text&tr2=1.121&f=h
	- Unwrap GRANT_LOCK.

fs/xfs/xfs_vnodeops.c - 1.722 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_vnodeops.c.diff?r1=text&tr1=1.722&r2=text&tr2=1.721&f=h
	- Unwrap GRANT_LOCK.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* PARTIAL TAKE 970382 - untangle spinlock macros
@ 2007-09-21  1:49 donaldd
  0 siblings, 0 replies; 10+ messages in thread
From: donaldd @ 2007-09-21  1:49 UTC (permalink / raw)
  To: xfs, sgi.bugs.xfs

Unwrap AIL_LOCK

Un-obfuscate AIL_LOCK, remove AIL_LOCK->mutex_lock->spin_lock
macros, call spin_lock directly, remove extraneous cookie
holdover from old xfs code, and change lock type to spinlock_t.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Date:  Fri Sep 21 11:45:49 AEST 2007
Workarea:  linuxbuild.melbourne.sgi.com:/home/donaldd/isms/2.6.x-xfs
Inspected by:  sandeen@sandeen.net

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:29739a
fs/xfs/xfs_extfree_item.c - 1.68 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_extfree_item.c.diff?r1=text&tr1=1.68&r2=text&tr2=1.67&f=h
fs/xfs/xfs_buf_item.c - 1.164 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_buf_item.c.diff?r1=text&tr1=1.164&r2=text&tr2=1.163&f=h
fs/xfs/xfs_trans_priv.h - 1.29 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans_priv.h.diff?r1=text&tr1=1.29&r2=text&tr2=1.28&f=h
fs/xfs/xfs_trans_ail.c - 1.82 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans_ail.c.diff?r1=text&tr1=1.82&r2=text&tr2=1.81&f=h
fs/xfs/xfs_inode_item.c - 1.131 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode_item.c.diff?r1=text&tr1=1.131&r2=text&tr2=1.130&f=h
fs/xfs/xfs_log_recover.c - 1.325 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_log_recover.c.diff?r1=text&tr1=1.325&r2=text&tr2=1.324&f=h
fs/xfs/xfs_mount.h - 1.252 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.h.diff?r1=text&tr1=1.252&r2=text&tr2=1.251&f=h
fs/xfs/xfs_mount.c - 1.412 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_mount.c.diff?r1=text&tr1=1.412&r2=text&tr2=1.411&f=h
fs/xfs/xfs_inode.c - 1.481 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_inode.c.diff?r1=text&tr1=1.481&r2=text&tr2=1.480&f=h
fs/xfs/xfs_trans.c - 1.184 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_trans.c.diff?r1=text&tr1=1.184&r2=text&tr2=1.183&f=h
fs/xfs/quota/xfs_dquot_item.c - 1.18 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot_item.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.17&f=h
fs/xfs/quota/xfs_dquot.c - 1.30 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/quota/xfs_dquot.c.diff?r1=text&tr1=1.30&r2=text&tr2=1.29&f=h

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-09-21  4:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21  1:53 PARTIAL TAKE 970382 - untangle spinlock macros donaldd
  -- strict thread matches above, loose matches on Subject: below --
2007-09-21  4:53 donaldd
2007-09-21  4:49 donaldd
2007-09-21  4:45 donaldd
2007-09-21  4:35 donaldd
2007-09-21  4:32 donaldd
2007-09-21  4:27 donaldd
2007-09-21  2:27 donaldd
2007-09-21  2:00 donaldd
2007-09-21  1:49 donaldd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox