]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: remove unused mode parameter
authorTahsin Erdogan <tahsin@google.com>
Sun, 6 Aug 2017 02:15:45 +0000 (22:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 6 Aug 2017 02:15:45 +0000 (22:15 -0400)
commit77a2e84d51729da7957d19283523af7b571d61f6
treea8fda51d3598bbc86c238454028dc74031732591
parent2df2c3402fc81918a888e1ec711369f6014471f2
ext4: remove unused mode parameter

ext4_alloc_file_blocks() does not use its mode parameter. Remove it.

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c