]> asedeno.scripts.mit.edu Git - linux.git/commit
vfs: Export flush_delayed_fput for use by knfsd.
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 18 Aug 2019 18:18:47 +0000 (14:18 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 19 Aug 2019 15:00:39 +0000 (11:00 -0400)
commit7239a40ca8bfd88dc5d2f66a14882054fe8e3b92
treeb0c4aa8390f48dc1ac610dac186c844c66477805
parentb72679ee89a0a0ecd26f7b6fcae96cdaababff94
vfs: Export flush_delayed_fput for use by knfsd.

Allow knfsd to flush the delayed fput list so that it can ensure the
cached struct file is closed before it is unlinked.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/file_table.c