We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 548e252 + 7b631e7 commit 9884643Copy full SHA for 9884643
src/mds/CInode.cc
@@ -4768,6 +4768,7 @@ void InodeStore::generate_test_instances(std::list<InodeStore*> &ls)
4768
{
4769
InodeStore *populated = new InodeStore;
4770
populated->get_inode()->ino = 0xdeadbeef;
4771
+ populated->get_inode()->mode = S_IFLNK | 0777;
4772
populated->symlink = "rhubarb";
4773
ls.push_back(populated);
4774
}
@@ -4776,6 +4777,7 @@ void InodeStoreBare::generate_test_instances(std::list<InodeStoreBare*> &ls)
4776
4777
4778
InodeStoreBare *populated = new InodeStoreBare;
4779
4780
4781
4782
4783
0 commit comments