X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;ds=sidebyside;f=fs%2Ffcntl.c;h=22d1c3df61acfa61ae957ede4aedfa01a3e9ab7a;hb=878e580e211c519c1b32a2c65786d308a759ec24;hp=72c82f69b01b28594e56bb9518df6f211f0d51a9;hpb=6b0e233ae500b2f4f32bedde36a27a57e99a775f;p=sfrench%2Fcifs-2.6.git diff --git a/fs/fcntl.c b/fs/fcntl.c index 72c82f69b01b..22d1c3df61ac 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include @@ -336,6 +337,10 @@ static long do_fcntl(int fd, unsigned int cmd, unsigned long arg, case F_GETPIPE_SZ: err = pipe_fcntl(filp, cmd, arg); break; + case F_ADD_SEALS: + case F_GET_SEALS: + err = shmem_fcntl(filp, cmd, arg); + break; default: break; }