From ce356e2ce06bfb3608f2f9179c3a1e7cb3da1251 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 12 Oct 2003 00:26:43 +0000 Subject: [PATCH] Remove useless comment. --- vfs/vfs.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vfs/vfs.h b/vfs/vfs.h index a610107bc..a5ac425d4 100644 --- a/vfs/vfs.h +++ b/vfs/vfs.h @@ -16,12 +16,6 @@ struct vfs_stamping { struct timeval time; }; -/* - * Notice: Andrej Borsenkow reports system - * (RelianUNIX), where it is bad idea to define struct vfs. That system - * has include called , which contains things like vfs_t. - */ - /* Flags of VFS classes */ #define VFSF_LOCAL 1 /* Class is local (not virtual) filesystem */ #define VFSF_NOLINKS 2 /* Hard links not supported */