Skip to content
Snippets Groups Projects
Commit f5deef1b authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=15308

Fixed the macro for sles10 but it broken the sles9.
parent 5ff55cd3
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,8 @@ static inline int mapping_has_pages(struct address_space *mapping)
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,7))
#define ll_set_dflags(dentry, flags) do { dentry->d_vfs_flags |= flags; } while(0)
#define ll_vfs_symlink(dir, dentry, path, mode) vfs_symlink(dir, dentry, path)
#define ll_vfs_symlink(dir, dentry, mnt, path, mode) \
vfs_symlink(dir, dentry, path)
#else
#define ll_set_dflags(dentry, flags) do { \
spin_lock(&dentry->d_lock); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment