From 9738a72a0bc241fa74f5e80a419d188ef63d564b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 5 Nov 2018 17:33:10 +0100 Subject: [PATCH] rename.2: XFS support for RENAME_NOREPLACE was added in Linux 4.0 Signed-off-by: Michael Kerrisk --- man2/rename.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/rename.2 b/man2/rename.2 index 385df9001..af53370f0 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -219,9 +219,13 @@ ext4 (Linux 3.15); .\" ext4: commit 0a7c3937a1f23f8cb5fc77ae01661e9968a51d0c .IP * btrfs, shmem, and cifs (Linux 3.17); +.IP * +xfs (Linux 4.0); .\" btrfs: commit 80ace85c915d0f41016f82917218997b72431258 .\" shmem: commit 3b69ff51d087d265aa4af3a532fc4f20bf33e718 .\" cifs: commit 7c33d5972ce382bcc506d16235f1e9b7d22cbef8 +.\" +.\" gfs2 in 4.2? .IP * Support for many other filesystems was added in Linux 4.9, including etx2, minix, reiserfs, jfs, vfat, and bpf.