riz
|
28fe942ff2
|
Revert previous, it is actually needed. (builds are failing)
|
2014-11-10 19:44:08 +00:00 |
maxv
|
fcc99ce60e
|
Do not uselessly include <sys/malloc.h>.
|
2014-11-10 18:46:33 +00:00 |
reinoud
|
420d7ac724
|
Remove udf_node * as state variables and add the loop invariants UFS and tmpfs
carry to make it easier to debug.
|
2013-07-16 10:49:36 +00:00 |
reinoud
|
4600888a4b
|
First step in rewriting the genealogy case
|
2013-07-15 14:40:21 +00:00 |
reinoud
|
0eb394b1d0
|
udf_gro_genealogy() : source and destination should never be the same on call,
KASSERT it instead of checking for it.
|
2013-07-13 19:42:26 +00:00 |
reinoud
|
a987c68f3a
|
vp is used, so don't (void) it
|
2013-07-13 19:40:14 +00:00 |
reinoud
|
2b15913865
|
Rework udf_gro_rename() to be more linear instead of nesting if/else
branching.
|
2013-07-13 19:39:02 +00:00 |
reinoud
|
8ad309e64f
|
In case there is trouble determining the number of entries in a directory,
return its not empty to be on the safe side.
|
2013-07-12 16:14:10 +00:00 |
reinoud
|
d9c51d931b
|
Resort to the easiest way to check if a directory is deleted: the flag that
tells that there is no FID (dirent) pointing to it anymore.
|
2013-07-11 19:41:19 +00:00 |
reinoud
|
da86562477
|
Small cleanup
|
2013-07-11 15:43:12 +00:00 |
reinoud
|
c689e7fed3
|
Remove the dirent checks and references. UDF doesn't need/use them on rename
so just to make sure, we remove all references/checks to not trigger bugs
thats are not really ours.
|
2013-07-10 19:14:07 +00:00 |
reinoud
|
a7795a09e4
|
Implement udf_rename() using the new genfs_rename() framework.
Fixes PR kern/47986
|
2013-07-10 15:10:56 +00:00 |