]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: pass inode pointer instead of file pointer to punch hole
authorAshish Sangwan <a.sangwan@samsung.com>
Tue, 18 Jun 2013 15:24:02 +0000 (11:24 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Jun 2013 15:24:02 +0000 (11:24 -0400)
commit3671864cfd8d989057e92d79b1e72e87945ad073
tree9864c5bf142508324dc055b928947d6d4b826ed6
parent17e710ac17eedec6b69dd1544f1ee7811a004611
ext4: pass inode pointer instead of file pointer to punch hole

No need to pass file pointer when we can directly pass inode pointer.

Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c