Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2692 → Rev 2693

/trunk/uspace/srv/vfs/vfs.c
1,5 → 1,5
/*
* Copyright (c) 2007 Jakub Jermar
* Copyright (c) 2008 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
103,6 → 103,8
vfs_seek(callid, &call);
break;
case VFS_TRUNCATE:
vfs_truncate(callid, &call);
break;
case VFS_UNMOUNT:
case VFS_CLOSE:
case VFS_UNLINK: