On Mon, Apr 21, 2008 at 11:47:58AM +0300, Adrian Bunk wrote: > This patch removes the no longer used export of get_fs_type. Again, patch is good but missing an explanation. get_fs_type grabs a reference to the file_system_type which needs to be dropped using put_filesystem which is not exported, so it can't be used from modules without introducing a bug. Nor should it because it's an operation that's only useful during mount VFS-level code. The only really valid user is fs/super.c -- 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