ext4: correct ext4_punch_hole return codes
authorAllison Henderson <achender@linux.vnet.ibm.com>
Thu, 22 Mar 2012 02:23:31 +0000 (22:23 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Mar 2012 02:23:31 +0000 (22:23 -0400)
commit73355192748483a5ba698345092321611f91b04f
tree60f31f2865bef81b8e12d52bb60e63a3a967f325
parentafcff5d80a4106e732d903640161d23950eb8e3b
ext4: correct ext4_punch_hole return codes

ext4_punch_hole returns -ENOTSUPP but it should be using -EOPNOTSUPP

Signed-off-by: Allison Henderson <achender@linux.vnet.ibm.com>
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c