summaryrefslogtreecommitdiff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-09-29 10:53:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-09-29 10:53:22 -0700
commit5484a4ea7a1f208b886b58dd55cc55f418930f8a (patch)
treec4b2b6208ecce2820eee774ca5676e6e41e23b05 /fs/dcache.c
parent722df25ddf4f13e303dcc4cd65b3df5b197a79e6 (diff)
parenta19239ba14525c26ad097d59fd52cd9198b5bcdb (diff)
downloadlinux-next-5484a4ea7a1f208b886b58dd55cc55f418930f8a.tar.gz
linux-next-5484a4ea7a1f208b886b58dd55cc55f418930f8a.zip
Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull afs updates from Christian Brauner: "This contains the change to enable afs to support RENAME_NOREPLACE and RENAME_EXCHANGE if the server supports it" * tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs: afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
Diffstat (limited to 'fs/dcache.c')
-rw-r--r--fs/dcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dcache.c b/fs/dcache.c
index 336bdb4c4b1f..65cc11939654 100644
--- a/fs/dcache.c
+++ b/fs/dcache.c
@@ -2922,6 +2922,7 @@ void d_exchange(struct dentry *dentry1, struct dentry *dentry2)
write_sequnlock(&rename_lock);
}
+EXPORT_SYMBOL(d_exchange);
/**
* d_ancestor - search for an ancestor