diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-18 21:18:00 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-18 21:18:00 +0300 |
commit | 366a4e38b8d0d3e8c7673ab5c1b5e76bbfbc0085 (patch) | |
tree | 7008e59815214b760003707257bd06df46a55a9e /MAINTAINERS | |
parent | ae9b728c8dc0a9939d89f84e8603258ca2a0df22 (diff) | |
parent | 89b408a68b9dd163b2705b6f73d8e3cc3579b457 (diff) | |
download | linux-366a4e38b8d0d3e8c7673ab5c1b5e76bbfbc0085.tar.xz |
Merge tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs cleanups from Darrick Wong:
"We had a few more lateish cleanup patches come in for 5.3 -- a couple
of syncups with the userspace libxfs code and a conversion of the XFS
administrator's guide to ReST format.
Summary:
- Bring fs/xfs/libxfs/xfs_trans_inode.c in sync with userspace
libxfs.
- Convert the xfs administrator guide to rst and move it into the
official admin guide under Documentation"
* tag 'xfs-5.3-merge-13' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
Documentation: filesystem: Convert xfs.txt to ReST
xfs: sync up xfs_trans_inode with userspace
xfs: move xfs_trans_inode.c to libxfs/
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f63e9d1468f6..e50faa93e170 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17651,9 +17651,8 @@ L: linux-xfs@vger.kernel.org W: http://xfs.org/ T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git S: Supported -F: Documentation/filesystems/xfs.txt +F: Documentation/admin-guide/xfs.rst F: Documentation/ABI/testing/sysfs-fs-xfs -F: Documentation/filesystems/xfs.txt F: Documentation/filesystems/xfs-delayed-logging-design.txt F: Documentation/filesystems/xfs-self-describing-metadata.txt F: fs/xfs/ |