svn commit: r330320 - stable/11/sys/compat/linux
Eitan Adler
eadler at FreeBSD.org
Sat Mar 3 10:30:55 UTC 2018
Author: eadler
Date: Sat Mar 3 10:30:54 2018
New Revision: 330320
URL: https://svnweb.freebsd.org/changeset/base/330320
Log:
MFC 319851:
Remove the outdated definition.
Modified:
stable/11/sys/compat/linux/linux_file.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/compat/linux/linux_file.c
==============================================================================
--- stable/11/sys/compat/linux/linux_file.c Sat Mar 3 10:29:29 2018 (r330319)
+++ stable/11/sys/compat/linux/linux_file.c Sat Mar 3 10:30:54 2018 (r330320)
@@ -307,8 +307,6 @@ struct l_dirent64 {
roundup(offsetof(struct l_dirent64, d_name) + (namlen) + 1, \
sizeof(uint64_t))
-#define LINUX_DIRBLKSIZ 512
-
/*
* Linux l_dirent is bigger than FreeBSD dirent, thus the buffer size
* passed to kern_getdirentries() must be smaller than the one passed
More information about the svn-src-stable-11
mailing list