Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257354
b: refs/heads/master
c: fb408e6
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 20, 2011
1 parent ccf2a19 commit 5671b6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4464dbc0ca6a3ab8e9d1206bc05059dae2a559d
refs/heads/master: fb408e6ccc32404a05783911b6f3fed56bd17b06
1 change: 0 additions & 1 deletion trunk/fs/cachefiles/bind.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ static int cachefiles_daemon_add_cache(struct cachefiles_cache *cache)
!root->d_inode->i_op->mkdir ||
!root->d_inode->i_op->setxattr ||
!root->d_inode->i_op->getxattr ||
!root->d_sb ||
!root->d_sb->s_op ||
!root->d_sb->s_op->statfs ||
!root->d_sb->s_op->sync_fs)
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/tomoyo/realpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ char *tomoyo_realpath_from_path(struct path *path)
if (!buf)
break;
/* Get better name for socket. */
if (dentry->d_sb && dentry->d_sb->s_magic == SOCKFS_MAGIC) {
if (dentry->d_sb->s_magic == SOCKFS_MAGIC) {
struct inode *inode = dentry->d_inode;
struct socket *sock = inode ? SOCKET_I(inode) : NULL;
struct sock *sk = sock ? sock->sk : NULL;
Expand Down

0 comments on commit 5671b6d

Please sign in to comment.