commit | e59b4e9187bd5175b9845dc10fedb0879b7efbfd | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Jan 21 20:03:40 2015 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 17 12:21:51 2015 -0500 |
tree | d1194fe02bcb93cd0fbf4924c9756158717338e9 | |
parent | 77b3da6e3232d3b4d4b8addb4b05799fe98f3bf8 [diff] |
debugfs: Provide a file creation function that also takes an initial size Provide a file creation function that also takes an initial size so that the caller doesn't have to set i_size, thus meaning that we don't have to call deal with ->d_inode in the callers. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>