[LLVMbugs] [Bug 19940] New: RHEL 7 will use XFS as default file system which use 64bit file node
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 4 02:01:41 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19940
Bug ID: 19940
Summary: RHEL 7 will use XFS as default file system which use
64bit file node
Product: clang
Version: 3.3
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: griffithzhw at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
RHEL7 includes a new large 64-bit filesystem called XFS as the default
filesystem (https://access.redhat.com/site/articles/796293). To be able to
deal with 64-bit i-nodes of 64-bit filesystems, readdir64() instead of
readdir() should be called. It seems CLANG is still calling readdir() in its
code. Not sure if this will have any side effect.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140604/8d23fe07/attachment.html>
More information about the llvm-bugs
mailing list