commit | 66f3131f547ef3cc864810974e0757617e60a837 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Mon May 02 12:24:46 2005 -0600 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon May 02 22:23:52 2005 -0700 |
tree | 98a1c36c63a350f04a650abfc4ec9ff12e7d717a | |
parent | ac09f698f1cda91e890fb75f4cb38253d60ff017 [diff] |
[PATCH] JFS: reduce number of synchronous transactions Use an inline pxd list rather than an xad list in the xadlock. When the number of extents being modified can fit with the xadlock, a transaction can be committed asynchronously. Using a list of pxd's instead of xad's allows us to fit 4 extents, rather than 2. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>