Changeset 41a0d27 in mainline
- Timestamp:
- 2008-01-08T19:28:46Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 752ccee
- Parents:
- 222e57c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/fs/tmpfs/tmpfs_ops.c ¶
r222e57c r41a0d27 1 1 /* 2 * Copyright (c) 200 7Jakub Jermar2 * Copyright (c) 2008 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 368 368 return; 369 369 } 370 /* Clear any newly allocated memory in order to emulate gaps. */ 371 memset(dentry->data + dentry->size, 0, delta); 370 372 dentry->size += delta; 371 373 dentry->data = newdata;
Note:
See TracChangeset
for help on using the changeset viewer.