Changeset 770d281 in mainline


Ignore:
Timestamp:
2009-05-05T22:18:51Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0be3e8b
Parents:
b6035ba
Message:

Do not attempt to unlink() FAT root.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_ops.c

    rb6035ba r770d281  
    552552        uint16_t bps;
    553553        block_t *b;
     554
     555        if (!parentp)
     556                return EBUSY;
    554557
    555558        futex_down(&parentp->lock);
Note: See TracChangeset for help on using the changeset viewer.