From: Lukas Czerner Date: Sat, 20 Nov 2010 02:18:35 +0000 (-0500) Subject: fs: Do not dispatch FITRIM through separate super_operation X-Git-Tag: v2.6.37-rc3~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93bb41f4f8b89ac8b4d0a734bc59634cb0a29a89;p=pandora-kernel.git fs: Do not dispatch FITRIM through separate super_operation There was concern that FITRIM ioctl is not common enough to be included in core vfs ioctl, as Christoph Hellwig pointed out there's no real point in dispatching this out to a separate vector instead of just through ->ioctl. So this commit removes ioctl_fstrim() from vfs ioctl and trim_fs from super_operation structure. Signed-off-by: Lukas Czerner Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed