Move definition of maximum file name length from <syscall> to file.h
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include "filesys/off_t.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
/* The maximum length of a file name in PintOS. */
|
||||
#define FNAME_MAX_LEN 14
|
||||
|
||||
struct inode;
|
||||
|
||||
/* Opening and closing files. */
|
||||
|
||||
Reference in New Issue
Block a user