Gregory Nutt
|
45fd98da88
|
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
|
2017-02-05 14:25:45 -06:00 |
|
Gregory Nutt
|
990bed903e
|
Soft link: First cut fix for some soft link issues. The fix still has some issues of its own.
|
2017-02-04 16:35:49 -06:00 |
|
Gregory Nutt
|
4c68324d82
|
FS: Remove inode_search_nofollow(). That logic is no handled with a new field in the input argument structure.
|
2017-02-04 12:51:14 -06:00 |
|
Gregory Nutt
|
36704b7d9c
|
FS: Argument is now a structure describing the search.
|
2017-02-04 11:21:44 -06:00 |
|
Gregory Nutt
|
8437650fc2
|
Soft links: Another fix to tree traveral logic
|
2017-02-03 16:34:50 -06:00 |
|
Gregory Nutt
|
982cfea490
|
Remove some unnecessary (and inappropriate) soft link logic
|
2017-02-03 15:50:41 -06:00 |
|
Gregory Nutt
|
60ba5a5261
|
Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global.
|
2017-02-03 13:22:33 -06:00 |
|
Gregory Nutt
|
7c59e05305
|
FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat().
|
2017-02-03 11:23:57 -06:00 |
|