Changeset 34033 in vbox
- Timestamp:
- Nov 12, 2010 4:31:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/dirops.c
r33994 r34033 337 337 if (err == -ENOENT) 338 338 { 339 /* -ENOENT add NULL inode to dentry so it later can be339 /* -ENOENT: add NULL inode to dentry so it later can be 340 340 created via call to create/mkdir/open */ 341 kfree(path); 341 342 inode = NULL; 342 343 }
Note:
See TracChangeset
for help on using the changeset viewer.