Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
None
-
3
-
9223372036854775807
Description
lustre/utils/llog_reader.c in function main():
fd = open(argv[1], O_RDONLY); if (fd < 0) {...} is_ext = is_fstype_ext(fd); if (is_ext < 0) { printf("Unable to determine type of filesystem containing %s\n", argv[1]); goto out; <<<==== } [...] out_fd: close(fd); out: return rc;