diff options
author | Avi Kivity <avi@qumranet.com> | 2007-06-28 14:38:16 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-07-16 11:05:49 +0200 |
commit | d6d281684913dabb878e2f53219eed5df2cd867b (patch) | |
tree | 73cccb3d6cf1a915fc04f829b27ce4c63324c66d /fs/anon_inodes.c | |
parent | KVM: SVM: Reliably detect if SVM was disabled by BIOS (diff) | |
download | linux-d6d281684913dabb878e2f53219eed5df2cd867b.tar.xz linux-d6d281684913dabb878e2f53219eed5df2cd867b.zip |
KVM: Remove kvmfs in favor of the anonymous inodes source
kvm uses a pseudo filesystem, kvmfs, to generate inodes, a job that the
new anonymous inodes source does much better.
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'fs/anon_inodes.c')
-rw-r--r-- | fs/anon_inodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/anon_inodes.c b/fs/anon_inodes.c index 40fe3a3222e4..edc67486238f 100644 --- a/fs/anon_inodes.c +++ b/fs/anon_inodes.c @@ -139,6 +139,7 @@ err_put_filp: put_filp(file); return error; } +EXPORT_SYMBOL_GPL(anon_inode_getfd); /* * A single inode exist for all anon_inode files. Contrary to pipes, |