commit | 876a9f76abbcb775f8d21cbc99fa161f9e5937f1 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 28 18:05:55 2009 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:02 2009 -0400 |
tree | 971a1ac276c365a53ef1563c9d9f71013a563f09 | |
parent | 864d7c4c068f23642efe91b33be3a84afe5f71e0 [diff] |
remove s_async_list Remove the unused s_async_list in the superblock, a leftover of the broken async inode deletion code that leaked into mainline. Having this in the middle of the sync/unmount path is not helpful for the following cleanups. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>