X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fpipe.c;h=c5989cfd564d45c7b6e7690af69a1e8effe1fdcd;hb=f68e4041ef63f03091e44b4eebf1ab5c5d427e6f;hp=0ac197658a2d6e4c1ae4123f8f83eca875ea8dd7;hpb=a5e5c274c920f693d9c1ab65440d8e53a4530aca;p=linux-2.6-microblaze.git diff --git a/fs/pipe.c b/fs/pipe.c index 0ac197658a2d..c5989cfd564d 100644 --- a/fs/pipe.c +++ b/fs/pipe.c @@ -1342,9 +1342,8 @@ out_revert_acct: } /* - * After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same - * location, so checking ->i_pipe is not enough to verify that this is a - * pipe. + * Note that i_pipe and i_cdev share the same location, so checking ->i_pipe is + * not enough to verify that this is a pipe. */ struct pipe_inode_info *get_pipe_info(struct file *file, bool for_splice) {