Skip to content
Commit 9f125d64 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: move common truncate functions to header file



Move two functions that will be needed by the indirect functions to be
moved to indirect.c as well as inode.c to truncate.h as inline
functions, so that we can avoid having duplicate copies of the
function (which can be a maintenance problem) without having to expose
them as globally functions.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 1f7d1e77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment