Rev 2690 | Rev 2707 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2690 | Rev 2693 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* |
1 | /* |
| 2 | * Copyright (c) 2007 Jakub Jermar |
2 | * Copyright (c) 2008 Jakub Jermar |
| 3 | * All rights reserved. |
3 | * All rights reserved. |
| 4 | * |
4 | * |
| 5 | * Redistribution and use in source and binary forms, with or without |
5 | * Redistribution and use in source and binary forms, with or without |
| 6 | * modification, are permitted provided that the following conditions |
6 | * modification, are permitted provided that the following conditions |
| 7 | * are met: |
7 | * are met: |
| Line 101... | Line 101... | ||
| 101 | break; |
101 | break; |
| 102 | case VFS_SEEK: |
102 | case VFS_SEEK: |
| 103 | vfs_seek(callid, &call); |
103 | vfs_seek(callid, &call); |
| 104 | break; |
104 | break; |
| 105 | case VFS_TRUNCATE: |
105 | case VFS_TRUNCATE: |
| - | 106 | vfs_truncate(callid, &call); |
|
| - | 107 | break; |
|
| 106 | case VFS_UNMOUNT: |
108 | case VFS_UNMOUNT: |
| 107 | case VFS_CLOSE: |
109 | case VFS_CLOSE: |
| 108 | case VFS_UNLINK: |
110 | case VFS_UNLINK: |
| 109 | case VFS_RENAME: |
111 | case VFS_RENAME: |
| 110 | case VFS_OPENDIR: |
112 | case VFS_OPENDIR: |