Opened 13 years ago

Closed 13 years ago

#323 closed defect (fixed)

Source of unsuccessful `mv` has zero size after re-mount

Reported by: Jakub Jermář Owned by: Jakub Jermář
Priority: major Milestone: 0.4.3
Component: helenos/lib/fs Version:
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

  1. mount a non-root FAT to /data
  2. copy a file there, e.g. file1
  3. mv /data/file1 /data/file2 (should fail)
  4. ls /data/file1 (file1 reports correct size)
  5. unount /data
  6. mount /data
  7. ls /data/file1 (file1 reports size 0)

Change History (1)

comment:1 by Jakub Jermář, 13 years ago

Component: fs/fatuspace/libfs
Milestone: 0.5.00.4.3
Resolution: fixed
Status: newclosed

Libfs forgot to put the node after it failed to link.
Fixed in changeset:mainline,897.

Note: See TracTickets for help on using tickets.