From 3942ec1841219e9d1033f583ebfcf687cb76a4af Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Wed, 15 May 2024 18:17:49 -0400 Subject: FINAfinal submission (for real this time) --- kernel/fs/open.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/fs/open.c') diff --git a/kernel/fs/open.c b/kernel/fs/open.c index e8945de..cf55934 100644 --- a/kernel/fs/open.c +++ b/kernel/fs/open.c @@ -62,8 +62,6 @@ long get_empty_fd(int *fd) */ long do_open(const char *filename, int oflags) { - // NOT_YET_IMPLEMENTED("VFS: do_open"); - // Check if oflags is valid if ((oflags & O_WRONLY) && (oflags & O_RDWR)) { -- cgit v1.2.3-70-g09d2