X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbinfmt_flat.c;h=ae8595d498569a72c6be2f4ce45d956326d33a9a;hb=d5112a4f31a361409d3c57dc9d58dd69f8014bef;hp=a62fd4018a201199fcb113d37920f3a643c3d321;hpb=b2f71bade430d468398167d696731bf770de2db8;p=linux-2.6 diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index a62fd4018a..ae8595d498 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c @@ -429,7 +429,7 @@ static int load_flat_file(struct linux_binprm * bprm, int ret; hdr = ((struct flat_hdr *) bprm->buf); /* exec-header */ - inode = bprm->file->f_dentry->d_inode; + inode = bprm->file->f_path.dentry->d_inode; text_len = ntohl(hdr->data_start); data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start);