--- ext2fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext2fs/inode.c b/ext2fs/inode.c index 47d05f47..511faf6e 100644 --- a/ext2fs/inode.c +++ b/ext2fs/inode.c @@ -541,7 +541,7 @@ diskfs_set_statfs (struct statfs *st) st->f_files = le32toh (sblock->s_inodes_count); st->f_ffree = le32toh (sblock->s_free_inodes_count); st->f_fsid = getpid (); - st->f_namelen = 0; + st->f_namelen = EXT2_NAME_LEN; st->f_favail = st->f_ffree; st->f_frsize = frag_size; return 0; -- 2.34.1
- [PATCH 13/17] ext2fs: remove a #define not_yet Etienne Brateau
- Re: [PATCH 13/17] ext2fs: remove a #define not_yet Samuel Thibault
- [PATCH 02/17] ext2fs: update ext2_fs.h header Etienne Brateau
- Re: [PATCH 02/17] ext2fs: update ext2_fs.h header Samuel Thibault
- [PATCH 07/17] ext2fs: use macro to check flags Etienne Brateau
- Re: [PATCH 07/17] ext2fs: use macro to check flags Samuel Thibault
- [PATCH 12/17] ext2fs: detect and warn when filesystem is a... Etienne Brateau
- Re: [PATCH 12/17] ext2fs: detect and warn when filesy... Samuel Thibault
- [PATCH 04/17] move to ext2_fs.h a #define Etienne Brateau
- Re: [PATCH 04/17] move to ext2_fs.h a #define Samuel Thibault
- [PATCH 09/17] ext2fs: set the f_namelen to the correct val... Etienne Brateau
- Re: [PATCH 09/17] ext2fs: set the f_namelen to the co... Samuel Thibault
- [PATCH 15/17] Change a EIO by a ENOSPC in case where not e... Etienne Brateau
- Re: [PATCH 15/17] Change a EIO by a ENOSPC in case wh... Samuel Thibault
- Re: [PATCH 01/17] ext2fs Merge 2 headers Samuel Thibault