yaffs Yaffs browser can now create and delete hard links.
authorTimothy Manning <tfhmanning@gmail.com>
Thu, 7 Oct 2010 02:01:02 +0000 (15:01 +1300)
committerTimothy Manning <tfhmanning@gmail.com>
Thu, 7 Oct 2010 04:03:45 +0000 (17:03 +1300)
commit00302ec53728a32022e3cb15123ed7192525ae68
tree7c5b2b7f10a7b2d7ef23c264a0b84a9cf1ed9073
parentd3ec444230e5d239a9535a8ceaf93d3e7de8764a
yaffs Yaffs browser can now create and delete hard links.

Defined values such as S_IFMT have now been added to yaffsfs.py

There is a bug with st.st_mode returning 0 if the object scanned is a symlink.
This is currently been worked on.
The ability to open and see symlinks in the browser is not working because of this.

Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
direct/python/yaffs_browser.py
direct/python/yaffs_python_helper.c
direct/python/yaffsfs.py