> After the inode scalability work, there is not a big reason to batch > up inodes to reclaim them, so we can dispose them as they are found > from the LRU. With similar reasoning, we can do the same during > unmount, completely removing the need for the dispose_list() > function. Given that two of the three callers already remove the inode from the per-sb list what about doing that in the third also and stop bothering with it in dispose_one_inode? -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html